vcPositionFrame

vcPositionFrame is a motion target for a robot that can be referenced by a statement.

See in: Overview

Module: vcRobotics

Parent: vcObject

Children -

Referenced by: vcPositionStatement.createPosition()

Properties

Learn how to use properties here. The properties are also inherited from the parent class.

NameTypeAccessDescription
ConfigurationStringRWDefines the configuration of the robot for the position.
ExternalJointTurnslist[Integer]RGets a list of external robot joint turn values for the position.
ExternalJointValueslist[Real]RGets a list of external robot joint values for the position.
InternalJointTurnslist[Integer]RGets a list of internal robot joint turn values for the position.
InternalJointValueslist[Real]RGets a list of internal robot joint values for the position.
JointTurnslist[Integer]RGets a list of all the robot joint turn values (internal and external) for the position.
JointValueslist[Real]RGets a list of all the robot joint values (internal and external) for the position.
NameStringRWDefines the name of the position.
PositionvcMatrixRWDefines the position matrix in reference to its base/parent coordinate system.
PositionInReferencevcMatrixRWDefines the position matrix in reference to its base/parent coordinate system.
PositionInWorldvcMatrixRWDefines the position matrix in reference to World coordinate system.
PropertiesvcPropertyContainerRGets a list of properties in the position.
ReferencePointBooleanRWTurns on or off the use of a reference point to define the location of the position.
StatementvcMotionStatementRGets the statement referencing the position.

Methods

Learn how to use methods here. The methods are also inherited from the parent class.

NameReturn TypeParametersDescription
setExternalJointsNoneList[Real] valuesSets the external joint values of the position.
setJointsNoneList[Real] valuesSets the joint values of the position
See more
using a given list of values that must be equal or smaller in length than the total robot joint count (including external joints).